Uses of Interface
org.neo4j.graphdb.traversal.TraversalBranch

Packages that use TraversalBranch
org.neo4j.graphdb.traversal   
org.neo4j.kernel Implementation for embedding a Neo4j graph database in an application. 
 

Uses of TraversalBranch in org.neo4j.graphdb.traversal
 

Methods in org.neo4j.graphdb.traversal that return TraversalBranch
 TraversalBranch BranchSelector.next()
          Decides the next position ("where to go from here") from the current position, based on the rules.
 TraversalBranch TraversalBranch.next()
          Returns the next expansion source from the expanded relationships from the current node.
 TraversalBranch TraversalBranch.parent()
          The parent expansion source which created this TraversalBranch.
 

Methods in org.neo4j.graphdb.traversal with parameters of type TraversalBranch
 BranchSelector BranchOrderingPolicy.create(TraversalBranch startBranch)
          Instantiates a BranchSelector with startSource as the first branch to base a decision on "where to go next".
 

Uses of TraversalBranch in org.neo4j.kernel
 

Methods in org.neo4j.kernel that return TraversalBranch
static TraversalBranch Traversal.combineSourcePaths(TraversalBranch source, TraversalBranch target)
          Combines two TraversalBranchs with a common head node in order to obtain an TraversalBranch representing a path from the start node of the source TraversalBranch to the start node of the target TraversalBranch.
 

Methods in org.neo4j.kernel with parameters of type TraversalBranch
static TraversalBranch Traversal.combineSourcePaths(TraversalBranch source, TraversalBranch target)
          Combines two TraversalBranchs with a common head node in order to obtain an TraversalBranch representing a path from the start node of the source TraversalBranch to the start node of the target TraversalBranch.
 



Copyright © 2010 Neo4j. All Rights Reserved.